home *** CD-ROM | disk | FTP | other *** search
/ Hobby PC 34 / Hobby PC 34.iso / Soft / easydivx071.exe / ic7.cab / softs / divxauto.txt < prev    next >
Text File  |  2000-02-04  |  1KB  |  34 lines

  1. DivxAuto is a program that automatically selects a DivX codec and sets
  2. the keyframes, compression control and bit-rate that you want.
  3.  
  4. It creates a small window and waits until it sees the "select
  5. compression" dialog. Then it selects everything for you automatically.
  6.  
  7. Use it like this:
  8.  
  9.     divxauto L 10 100 850
  10.  
  11. This will select the Low-Motion codec, set keyframes every 10 seconds,
  12. set compression control to 100 and bit-rate to 850.
  13.  
  14. Another example:
  15.  
  16.     divxauto F 2 75 4000
  17.  
  18. This uses the Fast-Motion codec, keyframes every 2 seconds, compression
  19. control = 75, bit-rate = 4000.
  20.  
  21. If you leave out any parameters, defaults will be used instead.
  22.  
  23. By default, DivxAuto waits for a dialog titled "ICCompressorChoose". This
  24. is for compatibility with MPEG2AVI. If you want it to enter values in
  25. another dialog, just put the beginning of the title on the end of the
  26. command line:
  27.  
  28.     divxauto F 2 75 4000 "Video Compression"
  29.  
  30. If you use DivxAuto in a batch file under NT/2000 you may have to use:
  31.  
  32.     start divxauto ....
  33.     mpeg2avi .....
  34.